@media (min-width: 768px) and (max-width: 1600px) {
    .header-menu>ul>li {
        padding: 0 10px;
    }
    .header-search {
        display: none;
    }
    .header-tool .lang p {
        width: auto;
        background: none;
    }
    .header-logo p {
        display: none;
    }
}

@media (min-width: 768px) {
    .slicknav_menu {
        display: none;
    }
    .slider-con .owl-dots {
        bottom: 130px;
    }
    .news-cat .first {
        padding-right: 20px;
    }
    .news-cat .last {
        padding-left: 20px;
    }
    .p60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mb120 {
        margin-bottom: 120px
    }
    .mb80 {
        margin-bottom: 80px
    }
    .mb60 {
        margin-bottom: 60px
    }
    .mb50 {
        margin-bottom: 50px
    }
    .mb40 {
        margin-bottom: 40px
    }
    .mb20 {
        margin-bottom: 20px
    }
    .mb30 {
        margin-bottom: 30px
    }
    .mb10 {
        margin-bottom: 10px
    }
    .mt10 {
        margin-top: 10px;
    }
    .mt20 {
        margin-top: 20px;
    }
    .mt30 {
        margin-top: 30px;
    }
    .mt40 {
        margin-top: 40px;
    }
    .mt50 {
        margin-top: 50px;
    }
    .mt60 {
        margin-top: 60px;
    }
    .mt80 {
        margin-top: 80px;
    }
    .mt120 {
        margin-top: 120px;
    }
    .ml10 {
        margin-left: 10px;
    }
    .mr10 {
        margin-right: 10px;
    }
    .pt40 {
        padding-top: 40px;
    }
    .pb40 {
        padding-bottom: 40px;
    }
    .sf-menu ul {
        position: absolute;
        width: 100%;
        display: none;
        z-index: 9999;
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        top: 100%;
    }
    .sf-menu ul li {
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        z-index: 9999;
        line-height: 1.4;
    }
    .sf-menu ul li:last-child {
        border-bottom: none;
    }
    .sf-menu ul li a {
        display: block;
        border: none;
        text-align: center;
        padding: 10px;
    }
    .sf-menu ul li:hover {
        background: #0093dd;
    }
    .sf-menu ul>li:hover>a {
        color: #fff;
    }
    .sf-menu ul ul {
        top: 1px;
        left: 100%;
    }
    .sf-menu li li ul {
        margin-top: -1px;
    }
}

@media (max-width: 768px) {
    .row-fluid .section-head h2:after,
    .row-fluid .section-head h2:before {
        display: none;
    }
    .row-fluid .border1-solid {
        border: 1px solid #e9e9e9;
    }
    .row-fluid h2 {
        padding: 0 12px;
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #e2e2e2;
        border-top: 1px solid #07c;
        border-bottom: none;
        color: #07c;
        background: #f4f4f4;
        text-transform: capitalize;
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        width: 100%;
        text-align: left;
    }
    .row-fluid h2 span a {
        float: right;
        *margin-top: -45px;
        width: 36px;
        height: auto;
        text-indent: -9999px;
        background: url(../images/icon.gif) no-repeat 0 -96px;
        display: initial;
    }
    .row-fluid ul.dot-ul li.first {
        margin-bottom: 12px;
        padding: 0;
        height: auto;
        background: none;
        overflow: hidden;
    }
    .row-fluid ul.dot-ul li.first img {
        float: left;
        padding: 6px 10px 0 0;
        width: 120px;
        height: 100px;
    }
    .row-fluid ul.dot-ul li.first h3 {
        margin-bottom: 6px;
        height: 24px;
        font-size: 14px;
        overflow: hidden;
    }
    .row-fluid ul.dot-ul li.first p {
        height: 80px;
        line-height: 20px;
        color: #666;
        overflow: hidden;
    }
    .row-fluid ul.dot-ul li {
        margin-bottom: 6px;
        padding-left: 12px;
        height: 24px;
        background: url(../images/icon.gif) no-repeat 0 10px;
    }
    .row-fluid ul.dot-ul li span.date {
        float: right;
        color: #666;
    }
    .fw-con {
        position: relative;
        background: rgba(0, 0, 0, 0.6);
        z-index: 3;
        padding: 10px 0;
        height: 100%;
        padding: 25px 0;
        color: #fff;
        text-align: center;
    }
    .sticky .text {
        width: 100%;
    }
    .filters li {
        margin-bottom: 10px;
    }
    .header-menu {
        display: none;
    }
    .rz img {
        margin-right: 0;
    }
    .rz ul li span {
        display: block;
    }
    .pd0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pl10 {
        padding-left: 10px;
    }
    .pl20 {
        padding-left: 20px;
    }
    .pr10 {
        padding-right: 10px;
    }
    .pr20 {
        padding-right: 20px;
    }
    .p20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .p40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pt40 {
        padding-top: 20px;
    }
    .mb60 {
        margin-bottom: 30px;
    }
    .mb50 {
        margin-bottom: 25px
    }
    .mb40 {
        margin-bottom: 20px
    }
    .mb20 {
        margin-bottom: 10px
    }
    .mb30 {
        margin-bottom: 15px
    }
    .mb10 {
        margin-bottom: 10px
    }
    .mt10 {
        margin-top: 10px;
    }
    .mt20 {
        margin-top: 10px;
    }
    .mt30 {
        margin-top: 15px;
    }
    .mt40 {
        margin-top: 20px;
    }
    .mt50 {
        margin-top: 25px;
    }
    .mt60 {
        margin-top: 30px;
    }
    .pro-cat {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .filters li {
        display: inline-block;
        margin: 0 5px 5px 0;
        float: left;
    }
    .page-template-page-home .woocommerce ul.products li.product {
        width: 46%;
    }
    /* 首页 */
    .header-logo {
        width: 300px;
        max-width: 300px;
    }
    .section-head span {
        display: initial;
    }
    /* 新闻列表 */
    .content-list li {
        padding-bottom: 0;
        border-bottom: none;
    }
    /* 产品列表 */
    .content {
        padding-left: 0;
        padding-right: 0;
    }
    .content-title {
        border-bottom: #eee 2px solid;
        text-align: center;
    }
    .content-title h1 {
        background-color: #fff;
        color: #0093dd;
        font-weight: bold;
    }
    .pro-cat h3 {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #eee;
    }
    /*产品单页*/
    .cp-con {
        text-align: center;
    }
    /*页脚*/
    .link {
        background: #fff;
        color: #888;
    }
    .link a,
    .link ul li a {
        color: #888;
    }
    .link h3 {
        color: #444;
    }
    .link ul li {
        margin-bottom: 12px;
        height: auto;
    }
    #footer .copyr {
        background: #07c;
    }
    #footer .copyr,
    #footer .copyr a {
        color: #fff;
    }
    .pull-left {
        float: none!important;
    }
}